home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / OS2 / REXXIT11.ZIP / English.Zip / CODE.INI (.txt) next >
Encoding:
OS/2 INI File  |  1996-03-27  |  12.6 KB  |  379 lines

  1. RxMath/
  2. Deregister RxMAthFn
  3. rc = MathDropFuncs()
  4. cos(x)
  5. sin(x)
  6. tan(x)
  7. acos(x)
  8. asin(x)B
  9. atan(x)f
  10. cosh(x)
  11. sinh(x)
  12. tanh(x)
  13. ceil(x)
  14. floor
  15. floor(x)
  16. exp(x)<
  17. log(x)b
  18. log10
  19. log10(x)
  20. sqrt(x)
  21. pow(x,y)
  22. Load RxMathFn
  23. rc = RxFuncAdd("MathLoadFuncs","RxMathFn","MathLoadFuncs"); rc = MathLoadFuncs(); rc = MathLoadFuncs("Quiet")
  24. VRexx/
  25. VArc [id] [x] [y] [radius] [angle1] [angle2]
  26. VBackColor
  27. VBackColor [id] [color]h
  28. VCheckBox
  29. VCheckBox [titel] [stem] [output] [pushbuttons]
  30. VClearWindow
  31. VClearWindow [id]
  32. VCloseWindow
  33. VCloseWindow [id]
  34. VColorBox
  35. VColorBox [stem];
  36. VDialogPos
  37. VDialogPos [x] [y]
  38. VDraw
  39. VDraw [id] [drawtype] [Xstem] [Ystem] [Num]
  40. VDrawParms
  41. VDrawParms [id] [drawtyp] [linetyp] [filltyp]
  42. VExit
  43. CLEANUP: call VExitH
  44. VFileBox
  45. VFileBox [titel] [template] [stem]x
  46. VFontBox
  47. VFontBox [stem]
  48. VForeColor
  49. VForeColor [id] [color]
  50. VGetVersion
  51. VGetVersion
  52. VInit
  53. call RXFUNCADD 'VInit', 'VREXX', 'VINIT' initcode = VInit() if initcode = 'ERROR' then signal CLEANUP signal on failure name CLEANUP signal on halt name CLEANUP signal on syntax name CLEANUP
  54. VInputBox
  55. VInputBox [titel] [Stem] [widith] [pushbuttons]e
  56. VListBox
  57. VListBox [titel] [Stem] [widith] [hight] [pushbuttons]
  58. VMsgBox
  59. VMsgBox [titel] [stem] [pushbuttons]
  60. VMultBox
  61. VMultBox [titel] [Prompt] [widith] [hide] [return] [pushbuttons]P    
  62. VOpenWindow
  63. VOpenWindow [titel] [color] [stem]
  64. VRadioBox
  65. VRadioBox [titel] [stem] [pushbuttons]
  66. VResize
  67. VResize [id] [stem]
  68. VSay [id] [X] [Y] [text]=
  69. VSetFont
  70. VSetFont [id] [font] [hight]u
  71. VSetTitle
  72. VSetTitle [id] [titel]
  73. VTableBox
  74. VTableBox [titel] [stem] [selection] [widith] [hight] [pushbuttons]
  75. RexxUtil/Screen & Keyboard
  76. SysCls
  77. call SysClsl
  78. SysCurPos
  79. SysCurPos(line, column)
  80. SysCurState
  81. call SysCurState state
  82. SysGetKey
  83. SysGetKey([option])
  84. SysSleep
  85. call SysSleep secsh
  86. SysTextScreenRead
  87. SysTextScreenRead(line, column, [numeric value])
  88. SysTextScreenSize
  89. SysTextScreenSize,
  90. RexxUtil/Object
  91. SysCopyObject
  92. SysCopyObject(Object, target)Q
  93. SysCreateShadow
  94. SysCreateShadow(Object, target)
  95. SysMoveObject
  96. SysMoveObject(Object, target)
  97. SysCreateObject
  98. SysCreateObject(class, title, path[,attributs]);
  99. SysDeregisterObjectClass
  100. SysDeregisterObjectClass(class)z
  101. SysDestroyObject
  102. SysDestroyObject(name)
  103. SysOpenObject
  104. SysOpenObject(name, Anzeige, Markierung)
  105. SysQueryClassList
  106. call SysQueryClassList stemvarg
  107. SysRegisterObjectClass
  108. SysRegisterObjectClass(class, modulname)
  109. SysSaveObject
  110. SysSaveObject(name, dAsync)
  111. SysSetIcon
  112. SysSetIcon(file, Iconfile)
  113. SysSetObjectData
  114. SysSetObjectData(name, config)
  115. Loops/Repetitive Loops
  116. Count
  117. do numeric_value
  118. FOREVER
  119. do forever
  120. From->To
  121. do I = 1 to numeric_value
  122. Statements/
  123. ADDRESS
  124. address environment_expressionq
  125. arg [template]
  126. call [expression] [,[expression]]...
  127. do [for][control][;]
  128. drop variable_list/
  129. exit [expression]
  130. if expression
  131. INTERPRET
  132. interpret expression
  133. ITERATE
  134. iterate [loopSymbol]
  135. LEAVE
  136. leave [loopSymbol]>
  137. NUMERIC
  138. numeric
  139. OPTIONS
  140. otions expression
  141. PARSE ARG
  142. parse arg
  143. PARSE LINEIN
  144. parse [Upper] linein [template]E
  145. PARSE PULL
  146. parse [Upper] pull [template]
  147. PARSE SOURCE
  148. parse [Upper] source [template]
  149. PARSE VALUE
  150. parse [Upper] value [expression] with [template]
  151. PARSE VAR
  152. parse var symbolB
  153. PARSE VERSION
  154. parse version
  155. PROCEDURE
  156. procedure [expose variable_list]
  157. pull [template]
  158. push [expression]
  159. QUEUE
  160. queue [expression]@
  161. RETURN
  162. return [expression]l
  163. say [expression]
  164. SELECT
  165. select...
  166. SIGNAL
  167. signal...
  168. TRACE
  169. trace traceSetting
  170. Functions/Other
  171. ADDRESS
  172. address()h
  173. API-Functions
  174. RxFunc...
  175. arg([number[,verification]])
  176. beep(frequency,period)
  177. BITAND
  178. bitand(string1[,[string2][,fill]])S
  179. BITOR
  180. bitor(string1[,[string2][,fill]])
  181. BITXOR
  182. bitxor(string1[,[string2][,fill]])
  183. CONDITION
  184. condition([information_type])
  185. DATATYPE
  186. datatype(string[,verification_type])M
  187. date([formating_option])
  188. DIRECTORY
  189. directory([directory])
  190. ERRORTEXT
  191. errortext(n)
  192. ENDLOCAL
  193. endlocal()
  194. FILESPEC
  195. filespec(option,input)<
  196. QUEUED
  197. queued()g
  198. SETLOCAL
  199. setlocal()
  200. SOURCELINE
  201. sourceline([n])
  202. SYMBOL
  203. symbol(name)
  204. time([format]) 
  205. TRACE
  206. trace([definition])I
  207. VALUE
  208. value(name)
  209. XRANGE
  210. xrange([starting_char][,ending_char])
  211. Functions/Input/Output
  212. CHARIN
  213. charin([stream_name][,[start][,length]])G
  214. CHAROUT
  215. charout([stream_name][,string][,start]])y
  216. CHARS
  217. chars([stream_name])
  218. LINEIN
  219. linein([stream_name][,[line_to_read][,number_lines]])
  220. LINEOUT
  221. lineout([stream_name][,[string][,position]])K
  222. LINES
  223. lines([stream_name])
  224. STREAM
  225. stream(name [, string [,command]])
  226. Functions/Conversion
  227. b2x(bitstring)
  228. c2d(string[,n])1
  229. c2x(string)c
  230. d2c(numeric value[,n])
  231. d2x(numeric value[,n])
  232. x2b(hex_string)
  233. x2c(hex_string)
  234. x2d(hex_string[,n])_!
  235. Functions/Arithmetic
  236. abs(numeric_value)
  237. DIGITS
  238. digits()
  239. form()
  240. FORMAT
  241. format(numeric_value[,[leading_digits][,[decimal_places]]])8 
  242. fuzz()y 
  243. max(numeric value[,numeric value]...)
  244. min(numeric value[,numeric value]...)
  245. RANDOM
  246. random([lower][,[upper][,seed]]))!
  247. sign(numeric value)
  248. TRUNC
  249. trunc(numeric value[,n])
  250. Functions/Text Processing
  251. ABBREV
  252. abbrev(information,info[,length])
  253. CENTER/CENTRE
  254. center(string,length[,fill])N"
  255. COMPARE
  256. compare(string1,string2[,fill])}"
  257. COPIES
  258. copies(string,n)
  259. DELSTR
  260. delstr(string,n[,length])
  261. DELWORD
  262. delword(string,n[,length])I#
  263. FORMAT
  264. format(numeric_value[,[leading-digits][,[decimal_places]]])
  265. INSERT
  266. insert(source,target[,[n][,[length][,fill]]])
  267. LASTPOS
  268. lastpos(looking_for,looking_in[,start])
  269. left(string,length[,fill])@$
  270. LENGTH
  271. length(string)
  272. OVERLAY
  273. overlay(source,target[,[n][,[lenth][,fill]]])
  274. pos(looking_for,looking_in[,start])
  275. REVERSE
  276. reverse(string)4%
  277. RIGHT
  278. right(string,length[,fill])l%
  279. SPACE
  280. space(string[,[n][,fill]])
  281. STRIP
  282. strip(string[,[option][,char]])
  283. SUBSTR
  284. substr(string,n[,[length][,fill]])$&
  285. SUBWORD
  286. subword(string,n[,length])~&
  287. TRANSLATE
  288. translate(string[,[output_table][,[input_table][fill]]])
  289. VERIFY
  290. verify(string,alphabet[,[match][,start]])
  291. word(string,n)&'
  292. WORDINDEX
  293. wordindex(string,n)]'
  294. WORDLENGTH
  295. wordlength(string,n)
  296. WORDPOS
  297. wordpos(sought,string[,start])
  298. WORDS
  299. words(string)u)
  300. Functions/API-Functions
  301. RXFUNCADD
  302. rxfuncadd()N(
  303. RXFUNCDROP
  304. rxfuncdrop()
  305. RXFUNCQUERY
  306. rxfuncquery()
  307. RXQUEUE GET
  308. rxqueue("Get" newqueue)
  309. RXQUEUE SET
  310. rxqueue("Set" newqueue)3)
  311. RXQUEUE DELETE
  312. rxqueue("Delete" queue)
  313. RXQUEUE CREATE
  314. rxqueue("Create" [, queue])
  315. Loops/Conditional Loops
  316. WHILE
  317. do while
  318. UNTIL
  319. do until
  320. Conditions/If
  321. if  then don*
  322. IF with ELSE
  323. if  then do; else do
  324. IF with DO-Group
  325. if  then do; end;
  326. IF with ELSE and DO-Group
  327. if  then do; end; else do; end;
  328. Conditions/Select
  329. SELECT
  330. select; when  then ; when  then ;
  331. SELECT with OTHERWISE
  332. select; when  then ; when  then; otherwise
  333. SELECT with DO-Group
  334. select; when then do; end; when then do; end;
  335. SELECT with OTHERWISE and DO-Group
  336. select; when then do; end; when then do; end; otherwise do; end; end;'0
  337. RexxUtil/Filesystem
  338. SysDriveInfo
  339. SysDriveInfo(drive)2-
  340. SysDriveMap
  341. SysDriveMap([drive][,option])k-
  342. SysFileDelete
  343. SysFileDelete(file)
  344. SysFileSearch
  345. call SysFileSearch search_text, file, stemvar [,option]8.
  346. SysFileTree
  347. SysFileTree(filespec, stemvar, [option], [target_attribute],[new_attribute])v.
  348. SysGetEA
  349. SysGetEA(file, EAname, EAvar)
  350. SysIni
  351. SysIni([Inifile], program, key, value)
  352. SysMkDir
  353. SysMkDir(directory)//
  354. SysPutEA
  355. SysPutEA(file, EAname, EAvalue)c/
  356. SysRmDir
  357. SysRmDir(directory)
  358. SysSearchPath
  359. SysSearchPath(path, file)
  360. SysSetIcon
  361. SysSetIcon(file, icon_file)
  362. SysTempFileName
  363. SysTempFileName(maske, [dummy])
  364. RexxUtil/Other
  365. Load RexxUtil
  366. call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'; call SysLoadFuncs
  367. Deregister RexxUtil
  368. call SysDropFuncsP1
  369. RxMessageBox
  370. RxMessageBox(text, [titel], [pushbutton],[symbol])
  371. SysDropFuncs
  372. call SysDropFuncs
  373. SysGetMessage
  374. SysGetMessage(num, [file] [string1,...[string9])    2
  375. SysOS2Ver
  376. SysOS2Ver()
  377. SysWaitNamedPipe
  378. SysWaitNamedPipe(name, [time_limit])
  379.